vendor/golang.org/x/net/idna.options.verifyDNSLength (field)
9 uses
vendor/golang.org/x/net/idna (current package)
idna10.0.0.go#L73: return func(o *options) { o.verifyDNSLength = verify }
idna10.0.0.go#L183: verifyDNSLength bool
idna10.0.0.go#L261: if p.verifyDNSLength {
idna10.0.0.go#L307: verifyDNSLength: true,
idna10.0.0.go#L351: if err == nil && p.verifyDNSLength && s == "" {
idna10.0.0.go#L360: if err == nil && p.verifyDNSLength {
idna10.0.0.go#L409: if p.verifyDNSLength && err == nil && (n == 0 || n > 63) {
idna10.0.0.go#L415: if toASCII && p.verifyDNSLength && err == nil {
idna10.0.0.go#L712: if p.verifyDNSLength {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |